From 38300832138c178fa470e9a73418edf3a15c98cf Mon Sep 17 00:00:00 2001 From: =?utf8?q?I=C3=B1aki=20Garc=C3=ADa=20Etxebarria?= Date: Sat, 29 Apr 2017 13:08:49 +0200 Subject: [PATCH] Add nullable return annotation to gtk_text_mark_get_name https://bugzilla.gnome.org/show_bug.cgi?id=781936 --- gtk/gtktextmark.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtktextmark.c b/gtk/gtktextmark.c index dc8f78c44f..ba2544ab4f 100644 --- a/gtk/gtktextmark.c +++ b/gtk/gtktextmark.c @@ -294,7 +294,7 @@ gtk_text_mark_get_visible (GtkTextMark *mark) * * Returns the mark name; returns NULL for anonymous marks. * - * Returns: mark name + * Returns: (nullable): mark name **/ const char * gtk_text_mark_get_name (GtkTextMark *mark) -- 2.30.2